@charset "utf-8";
/** @name:basic* author:hart **/
*{
	margin:0;
	padding:0;
}
body, html{
	margin:0;
	padding:0;
	color:#333;
	min-width:1000px;
	background:#fff;
	font: 12px/1.5 Tahoma,Arial,Helvetica,"宋体b8b\4f53",sans-serif;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#f00;
	text-decoration:none;
}
.blue-link {
    color: #0066DD;
}
img{
	margin:0;
	padding:0;
	border:none;
}
ul, h2, dt, dd{
	margin:0;
	padding:0;
}
li{list-style:none;}
input, label{
	vertical-align:middle;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.red{color:#f00}
.orange{color:#f60}
.mt{
	margin-top:10px!important;
}
.mt10{
	margin-top:10px!important;
}
.ml10{
	margin-left:10px!important;
}
.dottedLine{border-bottom:1px dashed #ddd;}
.wp{width:1000px;margin:0 auto;}
.w340{width:340px;}
.bgcolor1{
	background-color:#f3fafd;
}
/* clearFix*/
.cl:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.cl{
    display: inline-block
}
.cl{
	display: block
}
/*头部样式*/
.topDiv{
	height:32px;
	line-height:32px;
	position:relative;
	z-index:81;
	background-color:#f9f9f9;
	border-bottom:1px solid #f0f0f0;
}
.header{
height: 97px;
margin: 0 auto;
position: relative;
}
.logo{
width: 88px;
height: 65px;
margin-top:26px;
}
.logo a {
width: 88px;
height: 65px;
display: block;
overflow: hidden;
text-align: center;
}
.logo a img {
max-width: 88px;
max-height: 65px;
}
.logo-name {
margin-top:16px;
width: 500px;
padding: 3px 0 0 10px;
}
.com-name {
	font-size:24px;
	font-family:'微软雅黑', Microsoft YaHei, '黑体', Helvetica, '宋体', sans-serif;
	font-weight:bold;
	height:36px;
	line-height:36px;
}
.qr-large {
	display: inline-block;
	width:25px;
	height:23px;
	background:url(../images/ewmin.gif) 0 0 no-repeat;
	vertical-align:middle;
	margin-left:10px;
	cursor:pointer;
	position:relative;
}
.com-pro {
height:18px;
overflow:hidden;
}
.mqrcode {
width: 130px;
height: 150px;
position: absolute;
left:0;
top:22px;
border: 1px solid #dfdfdf;
z-index: 110;
background-color: #fff;
overflow: hidden;
display: none;
}
.hover .mqrcode{
	display:block;
}
.qrcode-img{
	width:111px;
	height:111px;
	margin:10px auto;
	background:url(../images/ewmax.png) no-repeat center top;
}
.mqrcode p {
	color: #109a0f;
	text-align: center;
	font-size:12px;
	height:16px;
	line-height:16px;
	font-weight:normal;
}
.kf{
	 float:right;
	 height:65px;
	 width:200px;
	 display:block;
	 margin-top:10px;
	 text-align:right;
	 padding:10px 60px 0 0;
	 font-family:Microsoft YaHei;
	 font-size:14px;
	 overflow:hidden;
	 color:#999;
	 background:url(../images/kf.png) no-repeat right top;
}
.kf .phone{color:#f60;}
.kf .kfqq{ font-size:14px;}
/*导航*/
.nav{
	background-color:#2D4572;
	border-radius: 3px;
	padding: 0 10px;
	height:34px;
	z-index:100;
	position:relative;
	width:980px;
	margin:0 auto;
}
.nav li {
float: left;
text-align: center;
display:inline;
height:34px;
}
.nav li a{
	color: white;
	height: 34px;
	line-height: 34px;
	display:block;
	text-decoration: none;
	font-weight: bold;
	padding:0 45px;
}
.index .nav li.home a,.nav li.current a,.nav li.current a:hover{background-color:#F0831D;}
.nav li dl{
	display:none;
	background-color:#2D4572;
	border-radius:0 0 4px 4px;
	overflow:hidden;
}
.nav li.hover dl{
	display:block;
}
.nav li dl a, .nav li.current dl a{
	padding:0;
	background-color:#2D4572;
}
.nav li a:hover, .nav li.current dl a:hover{
	background-color:#466189;
}
/*幻灯*/
#full-screen-slider {height:300px;position:relative; z-index:1;}
#slides { display:block; width:100%; height:300px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:50%; top:265px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}
/*主体*/
.divL{
	width:230px;
}
.divR{
	width:760px;
}
.about{
	width:500px;
}
.news{
	width:246px;
}
.abox{
	border:1px solid #fcddaa;
}
.abox .tit{
	background:#fdfcf0;
	margin:0;
	border-bottom:1px solid #fcddaa;
	height:29px;
	line-height:29px;
}
.abox .tit h3 {
	color: #D51013;
	margin-left:15px;
}
.dbox{
	border:1px solid #d9d9d9;
}
.dbox .tit{
	height:34px;
	line-height:34px;
	background:url(../images/titBg.png) no-repeat right center;
}
.dbox .tit h3{
	float:left;
	display:inline;
	text-align:center;
	color:#2D4572;
	margin-left:10px;
}
.dbox .tit span{ float:right;margin-right:8px;}
.bod{
	padding:10px;
}
.navL{padding:0;}
.about .bod, .news .bod{height:161px;}
.about .bod{
	text-indent:2em;
	line-height:1.8;
}
.business-name a {
color: #4A70B8;
}
.business-name a:hover{
	text-decoration:underline;
}
.calling-me {
margin-top: 10px;
overflow: hidden;
zoom: 1;
}
.approve {
height: 22px;
margin-top: 13px;
padding-top: 4px;
border-top: 1px solid #EDEDED;
}
.operate {
padding: 10px 0;
border-bottom: 1px solid #EDEDED;
}
.linkman {
margin-top: 10px;
}
.linkman span, .operate span{
display: block;
}
.approve .i-c, .approve .i-verify, .approve .i-license, .approve .i-jcl {
float: left;
margin-right: 6px;
height: 25px;
background: url(../images/i.png) no-repeat 0 0;
}
.approve .i-c {
width: 19px;
background-position: 0 -56px;
}
.approve .i-v1 {
background-position: -30px -56px;
}
.approve i {
float: left;
width: 12px;
background: url(../images/i.png) no-repeat -27px 6px;
height: 25px;
}
.approve .i-verify {
width: 16px;
background-position: 0 4px;
}
.approve .i-license {
width: 16px;
background-position: 0 -25px;
}
.online-collect {
padding: 10px 0 5px 0;
overflow: hidden;
zoom: 1;
}
.online-collect .online-ask {
margin-right: 5px;
}
.online-collect a {
float: left;
border: 1px solid #B3B3B3;
height: 22px;
line-height: 22px;
background-image: -webkit-linear-gradient(top, #FAFAFA, #F1F1F1);
background: -moz-linear-gradient(top, #FAFAFA, #F1F1F1);
background-image: -o-linear-gradient(top, #FAFAFA, #F1F1F1);
background-image: linear-gradient(top, #FAFAFA, #F1F1F1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f1f1f1');
padding: 0 12px;
}
/*模块*/
.titli li{
	height:28px;
	line-height:28px;
	border-bottom: 1px solid #EDEDED;
	list-style: none;
	padding-left:14px;
	background:url(../images/icon.png) no-repeat left center;
}
.news .titli li{height:27px;line-height:27px;}
.titli2{margin:10px 15px;}
.titli2 li a{
	height:31px;
	line-height:31px;
	width:201px;
	display:block;
	padding-left:10px;
	margin-bottom:5px;
	font-size:12px;
	background:url(../images/titli2.png) no-repeat left top;
}
.titli2 li a:hover{
	color:#fff;
	background:url(../images/titli2H.png) no-repeat left top;
}
/*底部链接*/
.botLink{
margin: 15px 0;
padding: 20px;
background: #f1f2f2;
}
.botLink .title {
background: 0;
color: #212626;
font-size: 18px;
font-weight: normal;
position: relative;
}
.botLink .title span {
position: absolute;
display: block;
width: 75px;
left: 50%;
margin-left: -37px;
top: -10px;
background: #f1f2f2;
padding: 0 15px;
font-family: "微软雅黑";
}
.botLink .line {
height: 2px;
line-height: 2px;
overflow: hidden;
margin-top: 10px;
background: #FFF;
}
.botLink .estate {
overflow: hidden;
zoom: 1;
padding:30px 0 0 0;
}
.botLink .estate li {
float: left;
width: 24.5%;
padding: 3px 0;
text-align: left;
}
.link-box {
border: 0;
margin-top: 20px;
padding: 15px;
background: #FFF;
}
.link-box .title {
margin-right: 20px;
font-size: 14px;
color: #212626;
font-weight: bold;
}
.qyjj p{margin-bottom:10px}
.qyjj span a{color:#f00;}
.qyjj span a:hover{text-decoration:underline;}
.footer {
	CLEAR: both; TEXT-ALIGN:center;
	padding-bottom:10px;
}
.footer .dibubg {
	LINE-HEIGHT: 30px; margin-top:10px;
}
.footer .dibubg a{
	 margin:0 8px;
	 color:#333;
}
.footer .dibubg a:hover{
	 color:#f00;
}
.footer p{
	LINE-HEIGHT: 26px;
}
/*图片模块*/
.picBox{ padding:0 0 10px 0;}
.picBox li{float:left;display:inline;margin:10px 0 0px 10px;padding:4px;text-align:center; cursor:pointer;background-color:#f5f5f5;}
.picBox li:hover{background-color:#e0e0e0;}
.picBox li .pic img{width:169px; height:107px;}
.picBox li a.pic{width:169px;height:107px;overflow:hidden;display:block;overflow:hidden;}
.picBox li .picTit{height:24px;line-height:24px;font-size:12px; text-align:center;font-weight:bold;}
.picBox a.pic:hover img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
/*图片新闻*/
.comiis_wrapad .frame{ margin-bottom: 10px; border: 1px solid #e1e1e1; background: #FFF; }
.comiis_wrapad .title{padding:0 10px; height: 32px; font-size: 14px; font-weight: 700; line-height: 32px; overflow: hidden; }

.comiis_wrapad .block{margin:10px 10px 0 0;border:1px solid #d9d9d9;overflow:hidden;}

.comiis_wrapad .temp{ margin: 1px; }

.comiis_wrapad .slideshow{ clear: both; }
.comiis_wrapad .slideshow li{ position: relative; overflow: hidden; }
.comiis_wrapad .slideshow span.title{ position: absolute; bottom: 0; left: 0; margin-bottom: 0; width: 100%; height:28px; line-height:28px; font-size: 14px; text-indent: 10px; }
.comiis_wrapad .slideshow span.title, .slidebar li{ background: rgba(0,0,0,0.3); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #30000000,endColorstr = #30000000); color: #FFF; overflow: hidden; }
.comiis_wrapad .slidebar li{ float: left; margin-right: 1px; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 10px; cursor: pointer; }
.comiis_wrapad .slidebar li.on{ background: rgba(255,255,255,0.5); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #50FFFFFF,endColorstr = #50FFFFFF); color: #000; font-weight: 700; }

.comiis_wrapad .frame { background: none; border: 0px solid #fff; margin-bottom: 0px; }
.comiis_wrapad .temp { margin: 0; }
.comiis_wrapad .slidebar { position: absolute; top: 5px; left: 4px; }
.comiis_wrapad .slideshow span.title, .slidebar li { background: rgba(0,0,0,0.3); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #90000000,endColorstr = #90000000); color: #FFF; overflow: hidden; }
.comiis_wrapad .slidebar li.on { background: rgba(255,255,255,0.5); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #90000000,endColorstr = #90000000); color: #ff0; font-weight: 700; }
.comiis_wrapad .slideshow SPAN.title { text-indent: 0px; }
.comiis_wrapad .block { margin: 0;position: relative; }
#frameHlicAe { margin: 0px !important; border: 0px !important; }
.comiis_wrap230, .comiis_wrapad {margin: 0 auto; width:218px; }
.comiis_wrapad{overflow:hidden;border:1px solid #d9d9d9;background-color:#f5f5f5;padding:5px;}
.comiis_wrapad img { float: left; margin-top: 0px; width:230px; height:140px;}
#slidesImgs li{width:218px;height:140px;display:none;}
/*内容页*/
.NYnewsbox{clear:both; background:url(../images/icon2.png) no-repeat left center;  height:36px; line-height:36px; padding:0 0 0 12px; border-bottom:1px #cccccc dashed; }
.NYnewsbox dt{float:left; }
.NYnewsbox dd{ float:right; }
.NYpage{margin-bottom:10px;}
.NYpage li{display:inline;}
.NYpage{ height:30px; line-height:30px; text-align:center; padding-top:10px; }
.NYpage a, .NYpage font{margin:0 5px;}
.NYpage a{background-color:#d1d1d1;padding:5px 8px;border-radius:3px;}
.NYpage a:hover{background-color:#2D4572;color:#fff;}
.NYpage li.c{padding:5px 8px;background-color:#2D4572;color:#fff;border-radius:3px;}
.title_xiangxi{text-align:center;padding-bottom:10px;border-bottom: #666 1px dashed; margin-bottom:15px;}
.title_xiangxi h3, .title_xiangxi p{margin-bottom:10px;}
.title_xiangxi h3{
line-height: 50px;
font-family: 微软雅黑;
color: #322725;
font-size: 28px;}
/*产品中心*/
.productTop {
	padding-bottom: 60px;
}
.productTop .big {
float: left;
width: 350px;
text-align: center;
text-align: center;
padding-top: 20px;
position: relative;
}
.productTop .info {
float: right;
width: 360px;
padding-top: 60px;
}
.productTop .info h1 {
font-size: 1.5em;
font-weight:normal;
}
.productTop ul {
margin-top: 40px;
}
.productTop .info li {
float: left;
width: 79px;
margin: 0 10px 10px 0;
}
.productTop .info li a {
display: block;
border: 2px solid #dfdfdf;
}
.productTop .info li a.zoomThumbActive {
border: 2px solid #0091db;
}
.productTop .info li img {
display: block;
cursor: pointer;
}
.proTab {
background: url(../images/proTab.png) repeat-x;
height: 35px;
line-height: 35px;
width: 713px;
overflow: hidden;
border: 1px solid #C0C0C0;
border-bottom: none;
}
.proTab dl {
width: 720px;
}
.proTab dd {
float: left;
color: #333;
text-align: center;
width: 143px;
height: 35px;
font-weight: 700;
cursor: pointer;
background: url(../images/proTabBor.png) right center no-repeat;
}
.proTab dd span {
display: block;
height: 35px;
}
.proTab dd.current span {
background: url(../images/proTabIco.png) repeat-x;
color: #0091DB;
}
.productDetail .con {
padding: 20px;
line-height: 22px;
display: none;
border: 1px solid #C0C0C0;
border-top: none;
width: 673px;
overflow: hidden;
}
.big_pic {
width: 315px;
height:215px;
padding: 2px;
overflow:hidden;
border: 2px solid #CCC;
}
.explain {
width: 390px;
height:205px;
}
.explain h2 {
font-size: 16px;
height: 32px;
line-height: 32px;
}
.explain .shuoming {
width: 100%;
height:70px;
}
.explain .tishi {
width: 100%;
height: 70px;
background: #efeff0;
}
.productlist {
width: 147px;
height: 195px;
padding: 2px;
float: left;
margin: 5px 8px;
}
.productlist .img {
width: 145px;
height: 145px;
border: 1px solid #CCC;
background: #FFF;
}
.weizhi h3{
	font-size:12px;
	font-weight:normal;
}
/*产品滚动*/
.tproll{
	width:994px;
	border:3px solid #d9d9d9;
	margin:0 auto;
	overflow:hidden;
	border-radius:6px;
	background:url(../images/cp_bg01.png) repeat-x left bottom; 
}
.tpTit{height:31px; line-height:31px;background:#f7f7f7;margin-top:1px;}
.tpTit h3{margin:0 0 0 10px;color:#2D4572;}
#demo{overflow:hidden; width:978px;margin:0 10px;height:175px;}
#demo img{width:190px;height:130px;}
#indemo{float: left;width: 800%;}
#demo1{margin-bottom:10px;float: left;}
#demo2{margin-bottom:10px;float: left;}
.Al_Ul{height:130px;}
.Al_Ul li{width:190px; float:left; padding-top:10px; margin-left:18px; display:inline;}
.Al_Ul li a{display:block; width:190px; float:left; text-align:center; line-height:30px;}
.Al_Ul li a:hover{color:#D50014;}